home *** CD-ROM | disk | FTP | other *** search
/ ETO Development Tools 1 / ETO Development Tools 1.iso / Essentials / MacApp Documentation / MacApp AppleLink Messages / MacApp.Tech$ Oct 89 / Z0203-Interrupts and 2.0ß-Oct89 < prev    next >
Encoding:
Text File  |  1989-10-30  |  1.1 KB  |  29 lines  |  [TEXT/GEOL]

  1. Item    8250086                         28-Oct-89        17:25
  2.  
  3. From:   D0220                           American Zettler, Dirk Tjossen,PRT
  4.  
  5. To:     MACAPP.TECH$                    MACAPP Tech
  6.  
  7. Sub:    Interrupts and 2.0ß9
  8.  
  9. I need assistance regarding interrupts and MacApp 2.0ß9. I have attempted to
  10. use the TN#180 VBL example modified by using the UBusyCursor.p WatchTask
  11. techniques as a guide. I can not avoid crashing with system errors 11 or 12 in
  12. the MacApp debugger.
  13.  
  14. Does any one have a small code example that shows either VBL, Time Manager, or
  15. I/O completion interrupt usage within the 2.0ß9 framework? If not, could you
  16. give me insight on any special needs MacApp might require to allow interrupt
  17. level processing?
  18.  
  19. I have simply implemented VInstall() in TMyApplication.IApplication, VRemove()
  20. in TMyApplication.Free, and a simple VBL task (increment counter, posted an
  21. event, reset the VBL interval). The TMyApplication.DoHandleEvent() method does
  22. an inherited TApplication.Beep() upon receipt of the event posted by the VBL
  23. task. Are there better choices?
  24.  
  25. Dirk
  26.  
  27. MPW 3.0 Final,MacApp 2.0ß9,System 6.0.3,MultFinder,4-meg SE
  28.  
  29.